home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / 43seconds.swf / scripts / __Packages / mx / controls / Button.as next >
Encoding:
Text File  |  2007-09-28  |  539 b   |  29 lines

  1. if(!_global.mx)
  2. {
  3.    _global.mx = new Object();
  4. }
  5. §§pop();
  6. if(!_global.mx.controls)
  7. {
  8.    _global.mx.controls = new Object();
  9. }
  10. §§pop();
  11. if(!_global.mx.controls.Button)
  12. {
  13.    var _loc1_ = null;
  14.    mx.controls.Button = _loc1_ = function()
  15.    {
  16.       super();
  17.    };
  18.    mx.controls.Button.prototype = new mx.controls.SimpleButton().init = function init(Void)
  19.    {
  20.       super.init();
  21.    };
  22.    ┬º┬ºpush(mx.controls.Button.prototype = new mx.controls.SimpleButton());
  23.    ┬º┬ºpush("draw");
  24. }
  25. else
  26. {
  27.    ┬º┬ºpop();
  28. }
  29.